google.golang.org/grpc.dialOptions.maxCallAttempts (field)

5 uses

	google.golang.org/grpc (current package)
		clientconn.go#L192: 		scpr := parseServiceConfig(*cc.dopts.defaultServiceConfigRawJSON, cc.dopts.maxCallAttempts)
		dialoptions.go#L96: 	maxCallAttempts             int
		dialoptions.go#L716: 		maxCallAttempts:          defaultMaxCallAttempts,
		dialoptions.go#L789: 		o.maxCallAttempts = n
		resolver_wrapper.go#L184: 	return parseServiceConfig(scJSON, ccr.cc.dopts.maxCallAttempts)